home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / tasm / misc.zoo / readme.c11 < prev    next >
Text File  |  1990-12-26  |  692b  |  20 lines

  1. The files in this archive are examples of using TASM to assemble 
  2. the output from the public domain Small C compiler by J. Hendrix 
  3. (as described in Doctor Dobb's Journal several years ago). The 
  4. files are: 
  5.  
  6. MOTO.H         Useful DEFINES to make TASM more Motorola compatible 
  7. SC11TEST.C     Sample C program  
  8. SC11TEST.ASM   Resulting assembly output  
  9. SC11LIB.ASM    Run time library (modified for TASM)  
  10. SC11MAIN.ASM   Sample top level assemly file  
  11. SC11TEST.BAT   Sample batch file to compile and assemble 
  12.  
  13.  
  14. The C compiler can be acquired from:
  15.  
  16. BBS:            Motorola Freeware
  17. Telephone:      (512)891-5733
  18. File:           SMALLC11.ARC  (in the IBM files area)
  19.  
  20.